home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2559 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: god.bel.alcatel.be!usenet
  2. From: Dmitri Poujlivyi <dmitri@god.bel.alcatel.be>
  3. Newsgroups: comp.programming,alt.msdos.programmer,comp.lang.c++
  4. Subject: Re: How to detect HD
  5. Date: Thu, 18 Jan 1996 12:05:27 -0800
  6. Organization: Alcatel/Bell
  7. Message-ID: <30FEA807.5D09@god.bel.alcatel.be>
  8. References: <4d5s19$m7l@nosy.bart.nl> <4de9g4$sc6@hades.rz.uni-sb.de> <4dh3tt$5lu@neptune.cs.trinity.edu> <4dk51e$c6d@maureen.teleport.com>
  9. NNTP-Posting-Host: btmxlv.god.bel.alcatel.be
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b3 (Win16; I)
  14.  
  15. Craig Lovegren wrote:
  16.  [big snip]
  17. > All kidding aside, why not check the multi-plexer.  Ask it to return the
  18. > number of CD-ROM drives installed.  If it returns more than zero then it
  19. > should tell you what the name of the first drive is.  For example, if I
  20. > had 2 hard-drives and at least one CD drive it would tell you, the first
  21. > CD is E:...  this would mean that the last writeable drive would be E - 1
  22. > or D:... you think? [again snip]
  23.  
  24.   Hi!
  25.  
  26.   Once upon a time I had 1HD splitted into 2 partitions and CD on Z: drive.
  27.   Try to guess ( using method above) how many HD I had?
  28.    Maybe Ralf Brown interrupt list will help?(Just guess).
  29.  
  30.   Dmitri.
  31.